home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / lgdriver.exe / Disk1 / data1.cab / LG_USB_Modem / lgusbbus.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-05-03  |  5.6 KB  |  138 lines

  1.  
  2. ;*****************************************************************************
  3. ; Name:  lgusbbus.inf (_MOON_)
  4. ;*****************************************************************************
  5.  
  6. [version]
  7. signature="$CHICAGO$"
  8. Class=USB
  9. ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
  10. Provider=%Provider%
  11. DriverVer="05/03/2004,4.1.0.0"
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = *
  15.  
  16. ;-----------------------------------------------------------------------------
  17. ; Specify target paths...
  18. ;-----------------------------------------------------------------------------
  19. [DestinationDirs]
  20. DefaultDestDir              = 11                ; LDID_SYS
  21. LGSIWdm.W95.CopyFiles       = 11                ; LDID_SYS
  22. LGSIWdm.NT.CopyFiles        = 12                ; system32\drivers
  23. PropPages.CopyFiles         = 11                ; system
  24.  
  25. ;-----------------------------------------------------------------------------
  26. ; Specify the install disks.  A bit unwieldy during development.
  27. ;-----------------------------------------------------------------------------
  28. [SourceDisksNames]
  29. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  30. 1=%DiskString%,"lgusbbus.sys",,
  31.  
  32. [SourceDisksFiles]
  33. ; filename = diskid[, [subdir] [, size]]
  34. lgusbbus.sys = 1
  35.  
  36. ;-----------------------------------------------------------------------------
  37. ; Table of Contents:  manufacturer, then devices.
  38. ;-----------------------------------------------------------------------------
  39. [Manufacturer]
  40. %LGSI%=LGSI
  41.  
  42. ;-----------------------------------------------------------------------------
  43. ; The devices
  44. ;-----------------------------------------------------------------------------
  45. [LGSI]
  46. %LGSI.CdcBus.Desc% = LGSIWdm.Install, USB\VID_1004&PID_6000
  47.  
  48. ;-----------------------------------------------------------------------------
  49. ; How to install them:  On W9x, the [section] name is used directly.
  50. ; On NT, the system first tries [section.NT], then [section].
  51. ;-----------------------------------------------------------------------------
  52.  
  53. ;-----------------------------------------------------------------------------
  54. ; Diagnostics Files CopyFiles List Section
  55. ;-----------------------------------------------------------------------------
  56. [LGSI.CopyFiles]
  57.  
  58. ;-----------------------------------------------------------------------------
  59. ; XXX when we have a property page DLL, add it to the following section.
  60. ;-----------------------------------------------------------------------------
  61. [PropPages.CopyFiles]
  62.  
  63. ;-----------------------------------------------------------------------------
  64. ;       How to install the WDM driver on W95/W98
  65. ;-----------------------------------------------------------------------------
  66. [LGSIWdm.Install]
  67. DriverVer="05/03/2004,4.1.0.0"
  68. CopyFiles=LGSIWdm.W95.CopyFiles, LGSI.CopyFiles, PropPages.CopyFiles
  69. AddReg=LGSIWdm.AddReg, LGSIWdm.W95.AddReg
  70.  
  71. ;-----------------------------------------------------------------------------
  72. ;       How to install the WDM driver on NT
  73. ;-----------------------------------------------------------------------------
  74. [LGSIWdm.Install.NT]
  75. DriverVer = "05/03/2004,4.1.0.0"
  76. CopyFiles = LGSIWdm.NT.CopyFiles
  77. AddReg    = LGSIWdm.AddReg, LGSIWdm.NT.AddReg
  78.  
  79. ;-----------------------------------------------------------------------------
  80. ;       How to start the WDM driver on NT
  81. ;-----------------------------------------------------------------------------
  82. [LGSIWdm.Install.NT.Services]
  83. AddService = usbbus, 2, LGSIWdm.AddService
  84.  
  85. [LGSIWdm.AddService]
  86. DisplayName             = %LGSI.Service.Desc%
  87. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  88. StartType               = 3     ; SERVICE_DEMAND_START
  89. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  90. ServiceBinary           = %12%\lgusbbus.sys
  91. LoadOrderGroup          = Base
  92.  
  93. ;-----------------------------------------------------------------------------
  94. ;       WDM registry entries (all platforms)
  95. ;-----------------------------------------------------------------------------
  96. [LGSIWdm.AddReg]
  97.  
  98. ;-----------------------------------------------------------------------------
  99. ;       WDM registry entries (W95/98) (including how to start the driver)
  100. ;-----------------------------------------------------------------------------
  101. [LGSIWdm.W95.AddReg]
  102. HKR,,DevLoader,,*ntkern
  103. HKR,,NTMPDriver,,lgbus9x.sys
  104.  
  105. ;-----------------------------------------------------------------------------
  106. ;       WDM registry entries (NT only)
  107. ;-----------------------------------------------------------------------------
  108. [LGSIWdm.NT.AddReg]
  109.  
  110. ;-----------------------------------------------------------------------------
  111. ;       The WDM copy list for Win95 -- different because things go in
  112. ;       different places.  Also, we probably need to rename drivers 
  113. ;       during the install.
  114. ;-----------------------------------------------------------------------------
  115. [LGSIWdm.W95.CopyFiles]
  116. lgbus9x.sys
  117.  
  118. ;-----------------------------------------------------------------------------
  119. ;       The WDM copy list for NT -- different because things go in
  120. ;       different places.
  121. ;-----------------------------------------------------------------------------
  122. [LGSIWdm.NT.CopyFiles]
  123. lgusbbus.sys
  124.  
  125. ;****************************************************************************
  126. ; Localizable Strings
  127. ;****************************************************************************
  128. [strings]
  129. Provider="LG Electronics Inc."
  130. LGSI="LG Electronics Inc."
  131.  
  132. DiskString="LGE CDMA USB Composite Device Installation disk"
  133. LGSI.CdcBus.Desc="LGE CDMA Composite USB Device"
  134. LGSI.Service.Desc="LGE CDMA Composite USB Device"
  135. CustomerDataPath="LGE USB CDMA Modem"
  136. DriverSet="LGE USB CDMA Modem Software"
  137.  
  138.